-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Feature: Account components #5388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 901c3a1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
ffd5be4 to
c81e314
Compare
size-limit report 📦
|
c81e314 to
d2b967b
Compare
Merge activity
|
3ce5673 to
c56c615
Compare
c56c615 to
fa0f0db
Compare
cnct-2137 <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces a new `Account` component suite to the `thirdweb` library, enhancing user account management with features like account name, address, avatar, and balance display. It also marks existing `NFT` components as `@beta`. ### Detailed summary - Added `Account` components: `AccountName`, `AccountAddress`, `AccountAvatar`, `AccountBalance`, and `AccountBlobbie`. - Updated existing `NFT` components to `@beta`. - Introduced tests for new `Account` components. - Enhanced `AccountProvider` for context management. - Updated documentation for new components and props. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fa0f0db to
901c3a1
Compare

cnct-2137
PR-Codex overview
This PR introduces a new
AccountUI component suite, enhancing the existing functionality with components for displaying account information such as name, address, avatar, and balance. It also updates the documentation to reflect the new features and their usage.Detailed summary
@betatag to severalNFTcomponents.Accountcomponents:AccountAddress,AccountName,AccountAvatar,AccountBalance, andAccountBlobbie.AccountProviderto manage account state.Accountcomponent.